Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NOptionsPropertyEditor<TOption> Class / OptionsEqual Method


In This Topic
    OptionsEqual Method
    In This Topic
    Checks whether the given options are equal.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OptionsEqual( _
       ByVal option1 As TOption, _
       ByVal option2 As TOption _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NOptionsPropertyEditor(Of TOption)
    Dim option1 As TOption
    Dim option2 As TOption
    Dim value As System.Boolean
     
    value = instance.OptionsEqual(option1, option2)
    protected virtual System.bool OptionsEqual( 
       TOption option1,
       TOption option2
    )

    Parameters

    option1
    option2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also